home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVFSSFTPVALIDATECHANGEDKEYDIALOG / TVFSSFTPVALIDATECHANGEDKEYDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  42 lines

  1. inherited VfsSftpValidateChangedKeyDialog: TVfsSftpValidateChangedKeyDialog
  2.   Caption = 'Changed Host Key'
  3.   ClientHeight = 233
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   inherited ValidateKeyLbl: TUiLabel
  7.     Top = 31
  8.     Width = 400
  9.     Height = 58
  10.     AutoSize = False
  11.     Caption = 
  12.       'The server'#39's host key does not match the one stored in the trust' +
  13.       'ed cache.  This means that either the server administrator has c' +
  14.       'hanged the host key, or you have connected to another computer p' +
  15.       'retending to be the server.'
  16.     WordWrap = True
  17.   end
  18.   inherited AddToCacheLbl: TUiLabel
  19.     Top = 161
  20.   end
  21.   object WarningLbl: TUiLabel [3]
  22.     Left = 54
  23.     Top = 12
  24.     Height = 13
  25.     Caption = 'WARNING - Potential Security Breach'
  26.     FontStyle = [fsBold]
  27.   end
  28.   inherited DetailsGroupBox: TUiGroupBox
  29.     Top = 92
  30.   end
  31.   inherited AddToCacheEdit: TUiCheckBox
  32.     Top = 180
  33.     Caption = '&Replace existing host key in trusted cache'
  34.   end
  35.   inherited ConnectBtn: TUiButton
  36.     Top = 202
  37.   end
  38.   inherited CancelBtn: TUiButton
  39.     Top = 202
  40.   end
  41. end
  42.